home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 September
/
CHIP NET Rehberi Eylül 1998.iso
/
ftp
/
iftp21
/
EXAMPLES.ZIP
/
EXAM1.FTP
< prev
next >
Wrap
Text File
|
1997-05-23
|
408b
|
17 lines
:---------------------------------------------------------------------
: exam1.ftp
: iFTP example script
: - make remote directory
: - upload files from local directory to new remote directory
:---------------------------------------------------------------------
open
if not success then call abort
mkdir ftp:/release
if not success then call abort
put release\*.* /release